home *** CD-ROM | disk | FTP | other *** search
/ Insight Into Information (Demo) / Insight Into Information Demo CD-ROM 1994.ISO / insight2 / 00002.ls < prev    next >
Encoding:
Text File  |  1994-09-18  |  220 b   |  12 lines

  1. on enterFrame
  2.   puppetSprite(22, 1)
  3.   puppetSprite(23, 1)
  4.   puppetSprite(24, 1)
  5.   if rollOver(22) or rollOver(23) or rollOver(24) then
  6.     cursor(260)
  7.   else
  8.     cursor(0)
  9.   end if
  10.   set the volume of sound 2 to 140
  11. end
  12.